getCheckedRows() Method |
This method returns an array with the row objects of each row that is checked.
Syntax
xgridId.getCheckedRows( )
Parameters
No parameters.
Return Value
Returns an array of row objects. For a description of row objects, see row object.
Remarks
One of the properties of the rowObject is row. This property contains the HTML node of the checked row. However, this HTML is not always available for all rows. For some rowObjectsrow and rowFreezeColumn are null.